home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML ConsoleMax.sea / XML ConsoleMax / Required / swingall.jar / javax / swing / text / html / HTMLDocument$HTMLReader$MapAction.class (.txt) < prev    next >
Encoding:
Java Class File  |  1999-07-15  |  1.4 KB  |  24 lines

  1. package javax.swing.text.html;
  2.  
  3. import javax.swing.text.MutableAttributeSet;
  4. import javax.swing.text.html.HTML.Attribute;
  5. import javax.swing.text.html.HTMLDocument.HTMLReader;
  6.  
  7. class HTMLDocument$HTMLReader$MapAction extends HTMLDocument.HTMLReader.TagAction {
  8.    // $FF: synthetic field
  9.    private final HTMLDocument.HTMLReader this$1;
  10.  
  11.    HTMLDocument$HTMLReader$MapAction(HTMLDocument.HTMLReader var1) {
  12.       super(var1);
  13.       this.this$1 = var1;
  14.    }
  15.  
  16.    public void end(HTML.Tag var1) {
  17.    }
  18.  
  19.    public void start(HTML.Tag var1, MutableAttributeSet var2) {
  20.       this.this$1.lastMap = new Map((String)var2.getAttribute(Attribute.NAME));
  21.       HTMLReader.access$0(this.this$1).addMap(this.this$1.lastMap);
  22.    }
  23. }
  24.